'宣言 Public Overloads Function BeginInvoke( _ ByVal method As System.Delegate, _ ByVal ParamArray args() As System.Object _ ) As System.IAsyncResult
'使用法 Dim instance As PdfOptionsFormBase Dim method As System.Delegate Dim args() As System.Object Dim value As System.IAsyncResult value = instance.BeginInvoke(method, args)
パラメータ
- method
- args